projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e16ef6
)
(adjust_point_for_property): copy/paste error.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 3 Nov 2002 09:36:55 +0000
(09:36 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 3 Nov 2002 09:36:55 +0000
(09:36 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index c0afb84c3c47cf11fa718075c87861fe29371c96..7e3e4372e51419be8edab750628b7a5d5ca4ddd4 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-1838,7
+1838,7
@@
adjust_point_for_property (last_pt)
beg < PT)
&& (tmp = Fnext_single_char_property_change
(make_number (PT), Qinvisible, Qnil, Qnil),
- end = NILP (tmp) ?
BEG
V : XFASTINT (tmp),
+ end = NILP (tmp) ?
Z
V : XFASTINT (tmp),
(last_pt <= beg || last_pt >= end)))
{
SET_PT (PT < last_pt ? beg : end);